Releases: google-ai-edge/gallery
Releases · google-ai-edge/gallery
1.0.3
1.0.2
- Use camerax to implement image capture in-app instead of using the native camera app to reduce the possibility of app being killed due to GPU OOM.
- Show accelerator name in chat message sender labels.
- Attach download workers to silent foreground notifications to make them less likely to be killed.
- Update app icon to be consistent with Google style.
1.0.1
- Update Gemma 3n 4B model.
- Update context length to 4K for Gemma 3n models.
- Fix a bug related to LLM inference engine cleanup.
- Various UX improvements.
1.0.0
Bump version
0.9.6
- Fix a download resume bug
0.9.5
- Check version when app resumes.
0.9.4
- Fix a bug where deleting a local model when there are >1 local models shows the wrong download status.
- Don't go back to model selection screen automatically when there is an error during model initialization, so that users have a chance to change model parameters (e.g. accelerator) to retry the initialization.
- Show error dialog properly in prompt lab screen.
0.9.3
- Better text formatting on home screen for smaller screen.
- Set default backend based on the order of "accelerators" field in model allowlist.
0.9.2
- Re-enable image picker menu items when model config is updated.
- Make theme picker work when system is in dark mode.
0.9.1
- Save the loaded model allowlist to a local file so that it can be read when the allowlist cannot be loaded from internet.
- Improve the image clipping transitioning from full image back to the image thumbnail in chat ui.